home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / lang / SGMLS.lha / SGMLS / README < prev    next >
Text File  |  1994-07-10  |  2KB  |  38 lines

  1. This is sgmls, an SGML parser derived from the ARCSGML parser
  2. materials which were written by Charles F. Goldfarb.  (These are
  3. available for anonymous ftp from ftp.ifi.uio.no [128.240.88.1] in the
  4. directory SIGhyper/SGMLUG/distrib.)
  5.  
  6. The version number is given in the file version.c.
  7.  
  8. The file INSTALL contains installation instructions.
  9.  
  10. The file NEWS describes recent user-visible changes.
  11.  
  12. The file sgmls.man contains a Unix manual page; sgmls.txt is the
  13. formatted version of this.
  14.  
  15. The file sgml-mode.el contains a very simple SGML mode for GNU Emacs.
  16.  
  17. The files sgmls.c and sgmls.h contain a small library for parsing the
  18. output of sgmls.  This is used by sgmlsasp, which translates the
  19. output of sgmls using an ASP replacement file, and by rast, which
  20. translates the output of sgmls to the format of a RAST result.  The
  21. files sgmlsasp.man and rast.man contain Unix manual pages for sgmlsasp
  22. and rast; sgmlsasp.txt and rast.txt are the formatted versions of
  23. these.
  24.  
  25. The file LICENSE contains the license which applies to arcsgml and
  26. accordingly to those parts of sgmls derived from arcsgml.  See also
  27. the copyright notice at the beginning of sgmlxtrn.c.  The parts that
  28. were written by me are in the public domain (any files that were
  29. written entirely by me contain a comment to that effect.)  The file
  30. sgml-mode.el is covered by the GNU GPL.
  31.  
  32. Please report any bugs to me.  When reporting bugs, please include the
  33. version number, details of your machine, OS and compiler, and a
  34. complete self-contained file that will allow me to reproduce the bug.
  35.  
  36. James Clark
  37. jjc@jclark.com
  38.